| 1. | Calculation of the energy levels of lithium atom with recursive method 用递推法计算锂原子的能量 |
| 2. | Consider what would happen with a recursive method , for instance 例如,考虑在一个递归方法中会发生的事情。 |
| 3. | 01 may 2001 many algorithms are expressed most concisely as tail - recursive methods 很多算法用尾递归方法表示会显得格外简明。 |
| 4. | The listing 8 code uses a pair of mutually recursive methods for the actual analysis 清单8中的代码使用两个相互递推的方法进行实际的分析。 |
| 5. | Line 6 - 14 : this is the actual recursive method that searches for all the pending messages 第6 - 14行:这其实是递归方法用以搜索所有待审消息。 |
| 6. | In particular , it cannot match mutually recursive methods , where each method calls the other 特别是,它不能匹配相互递归调用的方法,也就是每个方法都调用其他的方法。 |
| 7. | The optimization algorithm of loading a container makes use of tier upon tier principle , side method and recursive method 集装箱装箱优化算法利用了层叠原理、边际方法、递归原理。 |
| 8. | One way to check whether your jit transforms your tail - recursive methods is to compile and run the following small test class 要判断您的jit会否转换尾递归的一个办法是编译并运行如下小测试类: |
| 9. | This means that tail - recursive methods in the java language can result in unexpectedly large memory usage 这就意味着在java语言中采用尾递归方法将导致巨大的内存占用,而这并不是我们期望的结果。 |
| 10. | My next installment of diagnosing java code will examine how tail - recursive methods can impact performace of your java programs 诊断java代码的下一部分将考查尾递归方法如何影响java程序的性能。 |